bitkeeper revision 1.105.1.2 (3e5d1a7fU8SILNfLy3c5p8eyoYiygQ)
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Wed, 26 Feb 2003 19:50:23 +0000 (19:50 +0000)
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Wed, 26 Feb 2003 19:50:23 +0000 (19:50 +0000)
make it so that the keyboard debug handler IRQ can be shared -- use SA_SHIRQ

xenolinux-2.4.21-pre4-sparse/arch/xeno/drivers/network/network.c

index 70e50660d8b2bee666cc6269cc5799ba40f89eab..5bd1396a4965483ca57359a6329f3b960a50329a 100644 (file)
@@ -135,7 +135,7 @@ static int network_open(struct net_device *dev)
     }
 
 #if 1
-    request_irq( _EVENT_DEBUG, dbg_network_int, SA_SHARED, "debug", dev);    
+    request_irq( _EVENT_DEBUG, dbg_network_int, SA_SHIRQ, "debug", dev);    
 #endif